home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Photobook.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  537 b   |  12 lines

  1. on exitFrame
  2.   global chica
  3.   puppetSprite(8, 1)
  4.   puppetSprite(2, 1)
  5.   set the castNum of sprite 8 to the number of member chica
  6.   set the visible of sprite 8 to 1
  7.   set the castNum of sprite 2 to the number of member 1 of castLib "fotos"
  8.   set the locH of sprite 2 to (the width of cast the castNum of sprite 2 / 2) + 486 - the width of cast the castNum of sprite 2
  9.   set the locV of sprite 2 to (the height of cast the castNum of sprite 2 / 2) + 388 - the height of cast the castNum of sprite 2
  10.   set the visible of sprite 2 to 1
  11. end
  12.